Platform Explorer / Nuxeo Platform 11.3

Bundle org.nuxeo.ecm.platform.threed.core

Documentation

  • Parent Documentation: README.md

    Nuxeo Platform 3D

    Support for previewing 3D content with ray-tracing renders and WebGL 3D viewer.

    Requirements: minimum version for Nuxeo Platform is 8.4.

    Supported 3D file formats:

    • Collada (.dae)
    • 3D Studio (.3ds)
    • FBX (.fbx)
    • Stanford (.ply)
    • Wavefront (.obj)
    • X3D Extensible 3D (.x3d)
    • Stl (.stl)

    Building

    mvn clean install
    

    Installation

    Server-side

    1. Install bundles

    Copy the 5 built artifacts into $NUXEO_HOME/templates/custom/bundles/

    2. Install Docker

    Install it directly from https://docs.docker.com/engine/installation/.

    From the Nuxeo Docker image

    1. Create a new container

    docker run \
      --name nuxeo-3d \
      -v /var/run/docker.sock:/var/run/docker.sock \
      -p 8080:8080 \
      -e NUXEO_CLID="[your clid goes here]" \
      -e NUXEO_PACKAGES="nuxeo-platform-3d nuxeo-web-ui" \
      nuxeo
    

    The volume flag (-v) is used to expose the Docker socket, so that this container can start other containers.

    2. Stop the Nuxeo server

    docker exec nuxeo-3d bin/nuxeoctl stop
    

    3. Install Docker

    3.1. Access the container as root

    docker exec -ti -u root nuxeo-3d /bin/bash
    

    3.2. Update the apt package index

    apt update
    

    3.3. Install packages to allow apt to use a repository over HTTPS

    apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common
    

    3.4. Add Docker's official GPG key

    curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
    

    3.5. Set up the stable repository

    add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
    

    3.6. Update the apt package index again

    apt update
    

    3.7. Install the latest version of Docker CE

    apt install docker-ce
    

    3.8. Exit the container

    exit
    

    4. Start the Nuxeo server (as root)

    docker exec -ti -u root nuxeo-3d bin/nuxeoctl console
    

    How to use it

    Create a new document type "3D". Then add to the main content the (e.g.) ".obj" document and all other assets (textures, materials,..) as attached files. it is possible to add a Zip file with all the content inside (subdirectories are allowed).

    Draging and droping a 3D file (supported extension or zip with supported content) will also result in a 3D document.

    Available features:

    • Preview your 3D asset
    • List of downloadable transmission formats
    • Render views available on the right panel

    QA results

    Build Status

    About Nuxeo

    Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.

Requirements

Resolution Order

[234, 454]
The resolution order represents the order in which components have been resolved by the Nuxeo Runtime framework. This range represents the minimal and maximal orders for this bundle's components.
You can influence this order by adding "require" tags in the component declaration, to make sure it is resolved after another component. It will also impact the order in which contributions are registered on their target extension point (see "Registration Order" on contributions).

Components

Packages

Maven Artifact

Filenuxeo-platform-3d-core-11.3.56.jar
Group Idorg.nuxeo.ecm.platform
Artifact Idnuxeo-platform-3d-core
Version11.3.56

Manifest

Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: root
Build-Jdk: 11.0.8
Bundle-ManifestVersion: 2
Bundle-Version: 1.0.0
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Vendor: org.nuxeo.ecm.platform
Bundle-Name: nuxeo-platform-3d-core
Bundle-SymbolicName: org.nuxeo.ecm.platform.threed.core;singleton=true
Nuxeo-Component: OSGI-INF/core-types-contrib.xml,OSGI-INF/filemanager-
 contrib.xml,OSGI-INF/lifecycle-contrib.xml,OSGI-INF/mimetype-contrib.
 xml,OSGI-INF/threed-thumbnailfactory-contrib.xml,OSGI-INF/threed-work
 manager-config.xml,OSGI-INF/threed-service.xml,OSGI-INF/listeners-con
 trib.xml,OSGI-INF/adapters-contrib.xml,OSGI-INF/threed-renditions-con
 trib.xml,OSGI-INF/threed-service-contrib.xml
Bundle-Category: core,stateful
Nuxeo-Require: org.nuxeo.ecm.platform.types.api,org.nuxeo.ecm.core.api
 ,org.nuxeo.ecm.platform.commandline.executor,org.nuxeo.ecm.platform.f
 ilemanager.core
Require-Bundle: org.nuxeo.ecm.platform.types.api,org.nuxeo.ecm.core.ap
 i,org.nuxeo.ecm.platform.commandline.executor
Export-Package: org.nuxeo.ecm.platform.threed.core

Exports

Charts

    Raw Data: Json Contribution Stats

    Contributions by Code Type

    Loading data

    Contributions by Target Extension Point

    Loading data

    Contributions by Studio Source

    Loading data